home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ew101.zip / COPY72.BAT < prev    next >
DOS Batch File  |  1992-12-21  |  903b  |  32 lines

  1. rem  This batch file can be used to install all distributed files if,
  2. rem  for some reason, you don't want to use the INSTALL program. Before
  3. rem  running this batch file you'll need to manually copy LHARC.EXE and
  4. rem  this batch file from our first distribution diskette to a directory
  5. rem  on your DOS path.
  6. rem
  7. rem  %1 is "from" drive (a or b)
  8. rem  %2 is "to" drive (c, d, etc.)
  9.  
  10. %2:
  11.  
  12.  
  13. md \EW 
  14. cd \EW 
  15. copy %1:\changes.txt
  16. lharc x %1:\FILES1  ew.exe ew.hlp ew.wri ewapi.dll ewstr.dll
  17. copy %1:\licence.txt
  18. copy %1:\moredoc.txt
  19. copy %1:\order.frm
  20. copy %1:\read.me
  21. copy %1:\vendor.txt
  22. lharc x %1:\FILES1  ewx.exe ewx.pif
  23.  
  24. md \EW\USER 
  25. cd \EW\USER 
  26. lharc x %1:\FILES1  beginend.ewd counter.ewd selword.ewd
  27.  
  28. md \EW\API 
  29. cd \EW\API 
  30. lharc x %1:\FILES1  beginend.pas counter.pas ewapi.h ewapi.lib ewapiimp.pas
  31. lharc x %1:\FILES1  ewapiimp.tpu ewuser.inc selword.c selword.mak
  32.